Welcome![Sign In][Sign Up]
Location:
Search - printer queue

Search list

[Printing program监测当前打印机状态

Description: 通过此程序可以了解当前打印机的状态包括打印任务队列,各任务状态,所有者进度和开始时间-through this procedure can understand the current state of the printer, including print job queue, the task of the state, the owner's progress and the start time
Platform: | Size: 33503 | Author: 习志平 | Hits:

[GUI DevelopUsePrtdll

Description: 一个好用的DLL打印工程,可以选中打印机直接打印.同时还可以判断是否打印机缺纸.详情请看源代码.你可以用在POS或排队机上.-a handy DLL Print works selected printer can be printed directly. They could also determine whether the printer is empty. Look at the details of the source code. You can use the POS or Queue on. Oh
Platform: | Size: 82640 | Author: 新康 | Hits:

[Printing program监测当前打印机状态

Description: 通过此程序可以了解当前打印机的状态包括打印任务队列,各任务状态,所有者进度和开始时间-through this procedure can understand the current state of the printer, including print job queue, the task of the state, the owner's progress and the start time
Platform: | Size: 32768 | Author: 习志平 | Hits:

[GUI DevelopUsePrtdll

Description: 一个好用的DLL打印工程,可以选中打印机直接打印.同时还可以判断是否打印机缺纸.详情请看源代码.你可以用在POS或排队机上.-a handy DLL Print works selected printer can be printed directly. They could also determine whether the printer is empty. Look at the details of the source code. You can use the POS or Queue on. Oh
Platform: | Size: 140288 | Author: 新康 | Hits:

[Printing program19577_printer_monitoring.ZIP

Description: 打印机队列监视程序,监视文件开始打印及打印进程。 文件清单: main.cpp main.dfm main.h printerNotfier.cpp printerNotfier.h project1.cpp SortJobThread.cpp SortJobThread.h SpyPrinter.bpr SpyPrinter.cpp SpyPrinter.exe SpyPrinter.res Unit1.dfm -Printer queue surveillance procedures, surveillance documents and printing process to print. The list of documents: main.cppmain.dfmmain.hprinterNotfier.cppprinterNotfier.hproject1.cppSortJobThread.cppSortJobThread.hSpyPrinter.bprSpyPrinter.cppSpyPrinter.exeSpyPrinter.resUnit1.dfm
Platform: | Size: 264192 | Author: water1974 | Hits:

[Printing programprintSimulation

Description: 利用队列的先进先出模拟打印机的工作过程。显示不同时间到达的不同执行时间的任务,打印机的执行过程。-Use of the FIFO queue simulation of the working process of the printer. Show different time of the execution time of different tasks, the printer of the implementation process.
Platform: | Size: 2048 | Author: sunfuquan | Hits:

[Windows DevelopPrinterSimulationFIFO

Description: 打印机实现,基于优先权队列的fifo,因此使用了优先权队列-Printers to achieve, based on the priority queue fifo, therefore the use of a priority queue
Platform: | Size: 5120 | Author: mrchen | Hits:

[Windows Developprinter

Description: 测试你对这项任务队列和你有能力使用STL队列适配器的理解。您被要求完成的实施方案模拟一个共享打印机。这种打印机使用先入先出队列。 仿真工程通过阅读和处理从数据文件中的事件列表。每一个有效的数据文件中的行包含有关打印作业和作业提交时,这个时间信息。具体来说,在每一行中包含的信息是时间(以秒为单位)提交作业,在作业的页面长度,以及从中作业提交计算机的名称。在仿真开始时,这些事件都应该是阅读的计划,并在继承的工作量队列中。 该方案应通过增加内部模拟一个循环或while循环计数器时间的推移。该方案应初始化这个计数器为零,并增加一秒钟。打印作业“降临”时,模拟当前时间等于在工作量的队列前面的打印作业提交的时间。当这种情况发生,流行的工作量队列这一事件并将其放置在另一个队列<event>对象。这其他队列<event>对象存储的“到达”的打印作业。这些工作,而在此队列中等待的程序模拟印刷的其他工作。因此,你可能要等待此对象的名称或类似的东西。 -This assignment tests your understanding of queues and your ability to use the STL queue adapter. The program you are asked to finish the implementation of simulates a shared printer. This printer uses a first-in-first-out queue. The simulation works by reading and processing a list of events from a data file. Each line in a valid data file contains information about a print job and a time when this job was submitted. Specifically, the information contained in each line is the time (in seconds) the job was submitted, the length in pages of the job, and the name of the computer from which the job was submitted. At the beginning of the simulation, each of these events should be read in by the program and stored in the inherited workload queue. The program should simulate the passage of time by incrementing a counter inside a for-loop or while-loop. The program should initialize this counter to zero and increment it by one second. A print job "arrives" when the current time of the simu
Platform: | Size: 10240 | Author: | Hits:

[Windows DevelopSprintSimulati

Description: 利用队列的先进先出模拟打印机的工作过程。显示不同时间到达的不不同执行时间的任务,打印机的执行过程。,已通过测试。 -Using analog printer queue FIFO. During the execution of the task execution time at different times to reach the printer is displayed. , Has been tested.
Platform: | Size: 2048 | Author: jinnanlhy | Hits:

[Windows DevelopP195577_printr

Description: 打印机队列监视程序源码,监视文件开始打印及打印进程。-The printer queue monitor the program source code, to monitor the beginning of the file to print and print processes.
Platform: | Size: 264192 | Author: lmargin | Hits:

[Software EngineeringHeaps

Description: Many applications require that we process records with keys in order, but not necessarily in full sorted order. Often we collect a set of items and process the one with the current minimum value. e.g. jobs sent to a printer, Operating system job scheduler in a multi-user environment. Simulation environments An appropriate data structure is called a priority queue.
Platform: | Size: 611328 | Author: ashlafir | Hits:

[Linux-Unixrecvjob

Description: Receive printer jobs the network, queue them and start the printer daemon. -Receive printer jobs the network, queue them and start the printer daemon.
Platform: | Size: 2048 | Author: cbvaokj | Hits:

[AlgorithmPrinter_Queue

Description: Printer Queue Implementation with Java
Platform: | Size: 9216 | Author: Pud | Hits:

[Printing programPrintSpooler

Description: 打印机队列监控源码,可以遍历所有打印机,监控打印队列-Printer queue monitor source code, you can traverse all the printers, monitor print queue
Platform: | Size: 43008 | Author: yugx | Hits:

[Printing program_PrintSpooler

Description: DesktopApp平台通过winspool接口实现对打印机驱动的监控,并接收印刷Job状态变更事件。(DesktopApp platform to achieve control of the printer driver through the winspool interface, and receive a printed Job state change events.)
Platform: | Size: 43008 | Author: 小逗丁 | Hits:

[AI-NN-PR迭代法图像复原算法3月20日改

Description: 使用C#的WPF与打印机调用打印例子。使用PrintDialog 类,用打印队列实现打印。利用vc6.0+opencv实现人脸识别(Use C#'s WPF and printer to call the Print example. Use the PrintDialog class to print with a print queue. Using vc6.0+opencv to realize face recognition)
Platform: | Size: 211968 | Author: zidong | Hits:

[Printing program222p

Description: 使用C#的WPF与打印机调用打印例子,用打印队列实现打印。利用vc6.0+opencv实现人脸识别(Use C#'s WPF and printer to call print examples and print with a print queue. Using vc6.0+opencv to realize face recognition)
Platform: | Size: 211968 | Author: lianhekai | Hits:

CodeBus www.codebus.net